Windows 8 XAML Primer by Jesse Liberty
Author:Jesse Liberty
Language: eng
Format: epub, pdf
Publisher: Apress®
Published: 2011-10-30T16:00:00+00:00
Figure 3-6. WrapGrid
Border
Border does not inherit from Panel, but it is often used as a panel, so I’ve included here because it is a popular control. While there are other creative uses for Border, its principle usage is to create a border around one or more controls (hence the name). When you create a border, you define the border color and the thickness of the border. You might also define the size of the border and its alignment, especially if it is going to sit inside a slot bigger than the border itself (e.g., inside a grid with one cell). This is illustrated in the following code:
<Border
BorderBrush="Blue"
BorderThickness="3"
Width="200"
Height="100"
HorizontalAlignment="Left"
VerticalAlignment="Top"
Margin="20">
<TextBlock
Text="I'm inside a border!" />
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7771)
Filmora Efficient Editing by Alexander Zacharias(5843)
The Infinite Retina by Robert Scoble Irena Cronin(5320)
Learn Wireshark - Fundamentals of Wireshark. by Lisa Bock(4010)
Linux Device Driver Development Cookbook by Rodolfo Giometti(3939)
Edit Like a Pro with iMovie by Regit(3459)
Linux Administration Best Practices by Scott Alan Miller(2863)
Linux Command Line and Shell Scripting Techniques by Vedran Dakic & Jasmin Redzepagic(2839)
MCSA Windows Server 2016 Study Guide: Exam 70-740 by William Panek(2527)
Mastering PowerShell Scripting - Fourth Edition by Chris Dent(2430)
Docker on Windows by Stoneman Elton(2322)
Kali Linux - An Ethical Hacker's Cookbook: End-to-end penetration testing solutions by Sharma Himanshu(2317)
Creative Projects for Rust Programmers by Carlo Milanesi(2276)
Hands-On AWS Penetration Testing with Kali Linux by Karl Gilbert(2115)
Hands-On Linux for Architects by Denis Salamanca(2056)
Programming in C (4th Edition) (Developer's Library) by Stephen G. Kochan(2010)
Computers For Seniors For Dummies by Nancy C. Muir(2008)
The Old New Thing by Raymond Chen(1942)
Linux Kernel Debugging by Kaiwan N Billimoria(1767)
